Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ruby/setup-ruby digest to 161cd54 #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 28, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
ruby/setup-ruby action digest 6cecb48 -> 161cd54

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@yegor256
Copy link
Member

@rultor please, try to merge

@rultor
Copy link
Contributor

rultor commented Apr 28, 2023

@rultor please, try to merge

@renovate[bot] @yegor256 We failed, sorry, try again:

java.lang.ClassCastException: class javax.json.JsonValueImpl cannot be cast to class javax.json.JsonString (javax.json.JsonValueImpl and javax.json.JsonString are in unnamed module of loader 'app')
	at org.glassfish.json.JsonObjectBuilderImpl$JsonObjectImpl.getJsonString(JsonObjectBuilderImpl.java:252)
	at org.glassfish.json.JsonObjectBuilderImpl$JsonObjectImpl.getString(JsonObjectBuilderImpl.java:257)
	at com.jcabi.github.RtChecks.check(RtChecks.java:127)
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
	at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845)
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
	at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
	at com.jcabi.github.RtChecks.lambda$all$0(RtChecks.java:113)
	at java.base/java.util.Optional.map(Optional.java:260)
	at com.jcabi.github.RtChecks.all(RtChecks.java:110)
	at com.rultor.agents.github.qtn.QnMerge.allChecksSuccessful(QnMerge.java:185)
	at com.rultor.agents.github.qtn.QnMerge.understand(QnMerge.java:80)
	at com.rultor.agents.github.qtn.QnIfUnlocked.understand(QnIfUnlocked.java:101)
	at com.rultor.agents.github.qtn.QnIfPull.understand(QnIfPull.java:81)
	at com.rultor.agents.github.qtn.QnAskedBy.understand(QnAskedBy.java:105)
	at com.rultor.agents.github.qtn.QnIfContains.understand(QnIfContains.java:79)
	at com.rultor.agents.github.qtn.QnFirstOf.understand(QnFirstOf.java:81)
	at com.rultor.agents.github.qtn.QnByArchitect.understand(QnByArchitect.java:113)
	at com.rultor.agents.github.qtn.QnAlone.understand(QnAlone.java:96)
	at com.rultor.agents.github.qtn.QnIfCollaborator.understand(QnIfCollaborator.java:84)
	at com.rultor.agents.github.qtn.QnFirstOf.understand(QnFirstOf.java:81)
	at com.rultor.agents.github.qtn.QnFollow.understand(QnFollow.java:85)
	at com.rultor.agents.github.qtn.QnWithAuthor.understand(QnWithAuthor.java:72)
	at com.rultor.agents.github.qtn.QnParametrized.understand(QnParametrized.java:89)
	at com.rultor.agents.github.qtn.QnReaction.understand(QnReaction.java:96)
	at com.rultor.agents.github.qtn.QnReferredTo.understand(QnReferredTo.java:104)
	at com.rultor.agents.github.qtn.QnNotSelf.understand(QnNotSelf.java:75)
	at com.rultor.agents.github.qtn.QnSince.understand(QnSince.java:79)
	at com.rultor.agents.github.qtn.QnSafe.understand(QnSafe.java:82)
	at com.rultor.agents.github.Understands.parse(Understands.java:197)
	at com.rultor.agents.github.Understands.process(Understands.java:131)
	at com.rultor.agents.AbstractAgent.execute(AbstractAgent.java:70)
	at com.rultor.spi.Agent$Iterative.execute(Agent.java:84)
	at com.rultor.Routine.process(Routine.java:202)
	at com.rultor.Routine.unsafe_aroundBody0(Routine.java:180)
	at com.rultor.Routine$AjcClosure1.run(Routine.java:1)
	at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:179)
	at com.jcabi.aspects.aj.MethodInterrupter.wrap(MethodInterrupter.java:108)
	at com.rultor.Routine.unsafe(Routine.java:175)
	at com.rultor.Routine.run(Routine.java:142)
	at com.jcabi.log.VerboseRunnable.run(VerboseRunnable.java:190)
	at com.jcabi.aspects.aj.MethodScheduler$Service.lambda$0(MethodScheduler.java:194)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at com.jcabi.log.VerboseThreads$Wrap.run(VerboseThreads.java:222)
	at java.base/java.lang.Thread.run(Thread.java:833)

@codecov
Copy link

codecov bot commented Apr 28, 2023

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 73.52%. Comparing base (7d1e9e9) to head (f55a0f7).

❗ Current head f55a0f7 differs from pull request most recent head 5f2bea7

Please upload reports for the commit 5f2bea7 to get more accurate results.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #116   +/-   ##
=========================================
  Coverage     73.52%   73.52%           
  Complexity       11       11           
=========================================
  Files             6        6           
  Lines            68       68           
  Branches          5        5           
=========================================
  Hits             50       50           
  Misses           18       18           

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to d2b39ad chore(deps): update ruby/setup-ruby digest to 8a45918 May 28, 2023
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from 20942dd to f55a0f7 Compare May 28, 2023 09:20
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to 8a45918 chore(deps): update ruby/setup-ruby digest to bc1dd26 Jun 8, 2023
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from f55a0f7 to 2392efc Compare June 8, 2023 09:18
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to bc1dd26 chore(deps): update ruby/setup-ruby digest to 250fcd6 Jun 14, 2023
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from 2392efc to 7fad983 Compare June 14, 2023 10:21
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to 250fcd6 chore(deps): update ruby/setup-ruby digest to b252db7 Aug 23, 2023
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from 7fad983 to 201ddda Compare August 23, 2023 13:07
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to b252db7 chore(deps): update ruby/setup-ruby digest to 4f1c6a7 Sep 6, 2023
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from 201ddda to 65cffa0 Compare September 6, 2023 11:26
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to 4f1c6a7 chore(deps): update ruby/setup-ruby digest to 5311f05 Sep 14, 2023
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from 65cffa0 to c248f8c Compare September 14, 2023 12:15
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to 5311f05 chore(deps): update ruby/setup-ruby digest to 9aede54 Sep 19, 2023
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from c248f8c to 6f74b05 Compare September 19, 2023 11:20
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to 9aede54 chore(deps): update ruby/setup-ruby digest to 52b8784 Sep 19, 2023
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from 6f74b05 to 9197ae6 Compare September 19, 2023 15:13
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to 52b8784 chore(deps): update ruby/setup-ruby digest to d37167a Oct 8, 2023
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from 9197ae6 to bb203b9 Compare October 8, 2023 10:04
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to d37167a chore(deps): update ruby/setup-ruby digest to 5cfe23c Oct 11, 2023
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from bb203b9 to 85414d9 Compare October 11, 2023 19:26
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to 5cfe23c chore(deps): update ruby/setup-ruby digest to 4d74528 Oct 12, 2023
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from 85414d9 to 9af08b4 Compare October 12, 2023 00:44
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to 4d74528 chore(deps): update ruby/setup-ruby digest to 679e23d Oct 12, 2023
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from 9af08b4 to 4388db4 Compare October 12, 2023 12:16
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to 679e23d chore(deps): update ruby/setup-ruby digest to a05e473 Oct 21, 2023
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from 4388db4 to 092e01d Compare October 21, 2023 13:07
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to a05e473 chore(deps): update ruby/setup-ruby digest to cd48c8e Oct 25, 2023
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from c506b3e to 0941dd0 Compare May 20, 2024 18:29
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to 7dc18ff chore(deps): update ruby/setup-ruby digest to 943103c May 22, 2024
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from 0941dd0 to 1cb6063 Compare May 22, 2024 17:11
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to 943103c chore(deps): update ruby/setup-ruby digest to ff22bbb May 30, 2024
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from 1cb6063 to 19b9b4e Compare May 30, 2024 10:48
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to ff22bbb chore(deps): update ruby/setup-ruby digest to 0cde468 May 30, 2024
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from 19b9b4e to d5df0d7 Compare May 30, 2024 14:25
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to 0cde468 chore(deps): update ruby/setup-ruby digest to d5fb7a2 Jun 3, 2024
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from d5df0d7 to f098e0e Compare June 3, 2024 13:04
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to d5fb7a2 chore(deps): update ruby/setup-ruby digest to 78c01b7 Jun 8, 2024
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from f098e0e to 37425a4 Compare June 8, 2024 12:48
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to 78c01b7 chore(deps): update ruby/setup-ruby digest to ff740bc Jun 12, 2024
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from 37425a4 to c26a52b Compare June 12, 2024 11:40
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to ff740bc chore(deps): update ruby/setup-ruby digest to 3783f19 Jun 17, 2024
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from c26a52b to 6c3fc5b Compare June 17, 2024 21:13
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to 3783f19 chore(deps): update ruby/setup-ruby digest to 713e0f1 Jun 27, 2024
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from 6c3fc5b to b2e4726 Compare June 27, 2024 16:29
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to 713e0f1 chore(deps): update ruby/setup-ruby digest to 1d0e911 Jun 30, 2024
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from b2e4726 to 5f2bea7 Compare June 30, 2024 12:49
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to 1d0e911 chore(deps): update ruby/setup-ruby digest to 97e35c5 Jul 3, 2024
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from 5f2bea7 to 3940e28 Compare July 3, 2024 10:50
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to 97e35c5 chore(deps): update ruby/setup-ruby digest to 382d786 Jul 5, 2024
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from 3940e28 to dbc109e Compare July 5, 2024 10:38
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to 382d786 chore(deps): update ruby/setup-ruby digest to 3a77c29 Jul 6, 2024
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from dbc109e to b9fd6fe Compare July 6, 2024 11:09
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to 3a77c29 chore(deps): update ruby/setup-ruby digest to 2a9a743 Jul 9, 2024
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from b9fd6fe to e995265 Compare July 9, 2024 19:19
@renovate renovate bot changed the title chore(deps): update ruby/setup-ruby digest to 2a9a743 chore(deps): update ruby/setup-ruby digest to 161cd54 Jul 10, 2024
@renovate renovate bot force-pushed the renovate/ruby-setup-ruby-digest branch from e995265 to e5d164b Compare July 10, 2024 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants